PowerShellの基本的 コマンドレット 集
from
20240913
PowerShellの基本的
コマンドレット
集
Out-GridView
less(1)、more(1)のかわり
Format-Table
Format-List
Select-Object
tail(1)、head(1)とかuniq(1)の役割も兼ねてる
code:pwershell
gci | select -Last 5
Where-Object